'Declaration
Public Function New( _ ByVal opaqueIdentifier() As Byte, _ Optional ByVal namespaceIndex As UShort _ )
'Usage
Dim opaqueIdentifier() As Byte Dim namespaceIndex As UShort Dim instance As New NodeId(opaqueIdentifier, namespaceIndex)
public NodeId( byte[] opaqueIdentifier, ushort namespaceIndex )
public: NodeId( array<byte>^ opaqueIdentifier, ushort namespaceIndex )
Parameters
- opaqueIdentifier
- An opaque identifier value.
- namespaceIndex
- The index for a namespace URI.